From 1063dfc516bda6b8fd634413b10529b7c1df1b11 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 13 Apr 2006 06:56:45 +0000 Subject: [PATCH] Add readme.html to package files. --- win32/gui-2/gpsbabel.iss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/win32/gui-2/gpsbabel.iss b/win32/gui-2/gpsbabel.iss index 3cc2628cb..3bc9d7b38 100644 --- a/win32/gui-2/gpsbabel.iss +++ b/win32/gui-2/gpsbabel.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define Version "1.2.8" -#define Release "-beta12012005" +#define Release "-beta20060405" [Setup] AppName=GPSBabel @@ -42,8 +42,10 @@ Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription Source: GPSBabelGUI.exe; DestDir: {app}; Flags: replacesameversion Source: README.gui; DestDir: {app} Source: ..\..\mingw\libexpat.dll; DestDir: {app} -Source: ..\..\mingw\gpsbabel.exe; DestDir: {app}; Flags: comparetimestamp ignoreversion; Languages: -Source: ..\..\README; DestDir: {app} +; Source: ..\..\mingw\sqlite3.dll; DestDir: {app} +Source: ..\..\gpsbabel.exe; DestDir: {app}; Flags: comparetimestamp ignoreversion; Languages: +Source: ..\..\README.xml; DestDir: {app} +Source: ..\..\README.html; DestDir: {app} Source: ..\..\COPYING; DestDir: {app} Source: ..\..\README.contrib; DestDir: {app} Source: ..\..\README.igc; DestDir: {app} -- 2.30.2